[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GroupSparkline

GroupSparkline Method

GroupSparkline(CellRange[], SparklineType)

Groups the sparkline and sets the type of new group.

Declaration
public ExcelSparklineGroup GroupSparkline(CellRange[] location, SparklineType type)
Public Function GroupSparkline(location As CellRange(), type As SparklineType) As ExcelSparklineGroup
Parameters
Type Name Description
CellRange[] location

Location

SparklineType type

Type

Returns
Type Description
ExcelSparklineGroup

GroupSparkline(CellRange[])

Groups the sparkline to the active sparkline.

Declaration
public ExcelSparklineGroup GroupSparkline(CellRange[] location)
Public Function GroupSparkline(location As CellRange()) As ExcelSparklineGroup
Parameters
Type Name Description
CellRange[] location

Location

Returns
Type Description
ExcelSparklineGroup